[INFO] fetching crate rivet-adapter-rocket 0.1.0...
[INFO] testing rivet-adapter-rocket-0.1.0 against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] extracting crate rivet-adapter-rocket 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate rivet-adapter-rocket 0.1.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rivet-adapter-rocket 0.1.0
[INFO] tweaked toml for crates.io crate rivet-adapter-rocket 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rivet-adapter-rocket 0.1.0 on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rivet-adapter-rocket 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ubyte v0.10.4
[INFO] [stderr]   Downloaded num-conv v0.2.0
[INFO] [stderr]   Downloaded uncased v0.9.10
[INFO] [stderr]   Downloaded pear_codegen v0.2.9
[INFO] [stderr]   Downloaded devise v0.4.2
[INFO] [stderr]   Downloaded devise_codegen v0.4.2
[INFO] [stderr]   Downloaded pear v0.2.9
[INFO] [stderr]   Downloaded devise_core v0.4.2
[INFO] [stderr]   Downloaded multer v3.1.0
[INFO] [stderr]   Downloaded socket2 v0.6.2
[INFO] [stderr]   Downloaded rivet-routing v0.1.0
[INFO] [stderr]   Downloaded rivet-foundation v0.1.0
[INFO] [stderr]   Downloaded rocket_http v0.5.1
[INFO] [stderr]   Downloaded rivet-core v0.1.0
[INFO] [stderr]   Downloaded rivet-logger v0.1.0
[INFO] [stderr]   Downloaded figment v0.10.19
[INFO] [stderr]   Downloaded rocket_codegen v0.5.1
[INFO] [stderr]   Downloaded rocket v0.5.1
[INFO] [stderr]   Downloaded tokio v1.49.0
[INFO] [stderr]   Downloaded rivet-http v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1903ca780080e2cbae700fcee23cf44b5aea3dbfe8e9bc0fcea526b8feaf33f7
[INFO] running `Command { std: "docker" "start" "1903ca780080e2cbae700fcee23cf44b5aea3dbfe8e9bc0fcea526b8feaf33f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1903ca780080e2cbae700fcee23cf44b5aea3dbfe8e9bc0fcea526b8feaf33f7" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1903ca780080e2cbae700fcee23cf44b5aea3dbfe8e9bc0fcea526b8feaf33f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1903ca780080e2cbae700fcee23cf44b5aea3dbfe8e9bc0fcea526b8feaf33f7" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling sysinfo v0.38.4
[INFO] [stderr]    Compiling rocket v0.5.1
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling rivet-http v0.1.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling atomic v0.5.3
[INFO] [stderr]    Compiling binascii v0.1.4
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling devise_core v0.4.2
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling devise_codegen v0.4.2
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling devise v0.4.2
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling rivet-foundation v0.1.0
[INFO] [stderr]    Compiling rivet-routing v0.1.0
[INFO] [stderr]    Compiling rivet-logger v0.1.0
[INFO] [stderr]    Compiling rocket_http v0.5.1
[INFO] [stderr]    Compiling rivet-core v0.1.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling ubyte v0.10.4
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling rocket_codegen v0.5.1
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling rivet-adapter-rocket v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `data` used with non-payload-supporting method
[INFO] [stdout]    --> src/adapter.rs:153:12
[INFO] [stdout]     |
[INFO] [stdout] 153 | #[get("/", data = "<data>")]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: 'GET' does not typically support payloads
[INFO] [stdout]    --> src/adapter.rs:153:3
[INFO] [stdout]     |
[INFO] [stdout] 153 | #[get("/", data = "<data>")]
[INFO] [stdout]     |   ^^^
[INFO] [stdout]     = note: this warning originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `data` used with non-payload-supporting method
[INFO] [stdout]    --> src/adapter.rs:162:21
[INFO] [stdout]     |
[INFO] [stdout] 162 | #[get("/<_path..>", data = "<data>")]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: 'GET' does not typically support payloads
[INFO] [stdout]    --> src/adapter.rs:162:3
[INFO] [stdout]     |
[INFO] [stdout] 162 | #[get("/<_path..>", data = "<data>")]
[INFO] [stdout]     |   ^^^
[INFO] [stdout]     = note: this warning originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `data` used with non-payload-supporting method
[INFO] [stdout]    --> src/adapter.rs:248:13
[INFO] [stdout]     |
[INFO] [stdout] 248 | #[head("/", data = "<data>")]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: 'HEAD' does not typically support payloads
[INFO] [stdout]    --> src/adapter.rs:248:3
[INFO] [stdout]     |
[INFO] [stdout] 248 | #[head("/", data = "<data>")]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     = note: this warning originates in the attribute macro `head` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `data` used with non-payload-supporting method
[INFO] [stdout]    --> src/adapter.rs:257:22
[INFO] [stdout]     |
[INFO] [stdout] 257 | #[head("/<_path..>", data = "<data>")]
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: 'HEAD' does not typically support payloads
[INFO] [stdout]    --> src/adapter.rs:257:3
[INFO] [stdout]     |
[INFO] [stdout] 257 | #[head("/<_path..>", data = "<data>")]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     = note: this warning originates in the attribute macro `head` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `data` used with non-payload-supporting method
[INFO] [stdout]    --> src/adapter.rs:267:16
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[options("/", data = "<data>")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: 'OPTIONS' does not typically support payloads
[INFO] [stdout]    --> src/adapter.rs:267:3
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[options("/", data = "<data>")]
[INFO] [stdout]     |   ^^^^^^^
[INFO] [stdout]     = note: this warning originates in the attribute macro `options` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `data` used with non-payload-supporting method
[INFO] [stdout]    --> src/adapter.rs:276:25
[INFO] [stdout]     |
[INFO] [stdout] 276 | #[options("/<_path..>", data = "<data>")]
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: 'OPTIONS' does not typically support payloads
[INFO] [stdout]    --> src/adapter.rs:276:3
[INFO] [stdout]     |
[INFO] [stdout] 276 | #[options("/<_path..>", data = "<data>")]
[INFO] [stdout]     |   ^^^^^^^
[INFO] [stdout]     = note: this warning originates in the attribute macro `options` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
[INFO] running `Command { std: "docker" "inspect" "1903ca780080e2cbae700fcee23cf44b5aea3dbfe8e9bc0fcea526b8feaf33f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1903ca780080e2cbae700fcee23cf44b5aea3dbfe8e9bc0fcea526b8feaf33f7" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] warning: `data` used with non-payload-supporting method
[INFO] [stdout]    --> src/adapter.rs:153:12
[INFO] [stdout]     |
[INFO] [stdout] 153 | #[get("/", data = "<data>")]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: 'GET' does not typically support payloads
[INFO] [stdout]    --> src/adapter.rs:153:3
[INFO] [stdout]     |
[INFO] [stdout] 153 | #[get("/", data = "<data>")]
[INFO] [stdout]     |   ^^^
[INFO] [stdout]     = note: this warning originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `data` used with non-payload-supporting method
[INFO] [stdout]    --> src/adapter.rs:162:21
[INFO] [stdout]     |
[INFO] [stdout] 162 | #[get("/<_path..>", data = "<data>")]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: 'GET' does not typically support payloads
[INFO] [stdout]    --> src/adapter.rs:162:3
[INFO] [stdout]     |
[INFO] [stdout] 162 | #[get("/<_path..>", data = "<data>")]
[INFO] [stdout]     |   ^^^
[INFO] [stdout]     = note: this warning originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `data` used with non-payload-supporting method
[INFO] [stdout]    --> src/adapter.rs:248:13
[INFO] [stdout]     |
[INFO] [stdout] 248 | #[head("/", data = "<data>")]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: 'HEAD' does not typically support payloads
[INFO] [stdout]    --> src/adapter.rs:248:3
[INFO] [stdout]     |
[INFO] [stdout] 248 | #[head("/", data = "<data>")]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     = note: this warning originates in the attribute macro `head` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `data` used with non-payload-supporting method
[INFO] [stdout]    --> src/adapter.rs:257:22
[INFO] [stdout]     |
[INFO] [stdout] 257 | #[head("/<_path..>", data = "<data>")]
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: 'HEAD' does not typically support payloads
[INFO] [stdout]    --> src/adapter.rs:257:3
[INFO] [stdout]     |
[INFO] [stdout] 257 | #[head("/<_path..>", data = "<data>")]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     = note: this warning originates in the attribute macro `head` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rivet-adapter-rocket v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `data` used with non-payload-supporting method
[INFO] [stdout]    --> src/adapter.rs:267:16
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[options("/", data = "<data>")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: 'OPTIONS' does not typically support payloads
[INFO] [stdout]    --> src/adapter.rs:267:3
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[options("/", data = "<data>")]
[INFO] [stdout]     |   ^^^^^^^
[INFO] [stdout]     = note: this warning originates in the attribute macro `options` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `data` used with non-payload-supporting method
[INFO] [stdout]    --> src/adapter.rs:276:25
[INFO] [stdout]     |
[INFO] [stdout] 276 | #[options("/<_path..>", data = "<data>")]
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: 'OPTIONS' does not typically support payloads
[INFO] [stdout]    --> src/adapter.rs:276:3
[INFO] [stdout]     |
[INFO] [stdout] 276 | #[options("/<_path..>", data = "<data>")]
[INFO] [stdout]     |   ^^^^^^^
[INFO] [stdout]     = note: this warning originates in the attribute macro `options` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `data` used with non-payload-supporting method
[INFO] [stdout]    --> src/adapter.rs:153:12
[INFO] [stdout]     |
[INFO] [stdout] 153 | #[get("/", data = "<data>")]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: 'GET' does not typically support payloads
[INFO] [stdout]    --> src/adapter.rs:153:3
[INFO] [stdout]     |
[INFO] [stdout] 153 | #[get("/", data = "<data>")]
[INFO] [stdout]     |   ^^^
[INFO] [stdout]     = note: this warning originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `data` used with non-payload-supporting method
[INFO] [stdout]    --> src/adapter.rs:162:21
[INFO] [stdout]     |
[INFO] [stdout] 162 | #[get("/<_path..>", data = "<data>")]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: 'GET' does not typically support payloads
[INFO] [stdout]    --> src/adapter.rs:162:3
[INFO] [stdout]     |
[INFO] [stdout] 162 | #[get("/<_path..>", data = "<data>")]
[INFO] [stdout]     |   ^^^
[INFO] [stdout]     = note: this warning originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `data` used with non-payload-supporting method
[INFO] [stdout]    --> src/adapter.rs:248:13
[INFO] [stdout]     |
[INFO] [stdout] 248 | #[head("/", data = "<data>")]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: 'HEAD' does not typically support payloads
[INFO] [stdout]    --> src/adapter.rs:248:3
[INFO] [stdout]     |
[INFO] [stdout] 248 | #[head("/", data = "<data>")]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     = note: this warning originates in the attribute macro `head` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `data` used with non-payload-supporting method
[INFO] [stdout]    --> src/adapter.rs:257:22
[INFO] [stdout]     |
[INFO] [stdout] 257 | #[head("/<_path..>", data = "<data>")]
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: 'HEAD' does not typically support payloads
[INFO] [stdout]    --> src/adapter.rs:257:3
[INFO] [stdout]     |
[INFO] [stdout] 257 | #[head("/<_path..>", data = "<data>")]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     = note: this warning originates in the attribute macro `head` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `data` used with non-payload-supporting method
[INFO] [stdout]    --> src/adapter.rs:267:16
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[options("/", data = "<data>")]
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: 'OPTIONS' does not typically support payloads
[INFO] [stdout]    --> src/adapter.rs:267:3
[INFO] [stdout]     |
[INFO] [stdout] 267 | #[options("/", data = "<data>")]
[INFO] [stdout]     |   ^^^^^^^
[INFO] [stdout]     = note: this warning originates in the attribute macro `options` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `data` used with non-payload-supporting method
[INFO] [stdout]    --> src/adapter.rs:276:25
[INFO] [stdout]     |
[INFO] [stdout] 276 | #[options("/<_path..>", data = "<data>")]
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: 'OPTIONS' does not typically support payloads
[INFO] [stdout]    --> src/adapter.rs:276:3
[INFO] [stdout]     |
[INFO] [stdout] 276 | #[options("/<_path..>", data = "<data>")]
[INFO] [stdout]     |   ^^^^^^^
[INFO] [stdout]     = note: this warning originates in the attribute macro `options` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.88s
[INFO] running `Command { std: "docker" "inspect" "1903ca780080e2cbae700fcee23cf44b5aea3dbfe8e9bc0fcea526b8feaf33f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1903ca780080e2cbae700fcee23cf44b5aea3dbfe8e9bc0fcea526b8feaf33f7" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: `data` used with non-payload-supporting method
[INFO] [stderr]    --> src/adapter.rs:153:12
[INFO] [stderr]     |
[INFO] [stderr] 153 | #[get("/", data = "<data>")]
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] note: 'GET' does not typically support payloads
[INFO] [stderr]    --> src/adapter.rs:153:3
[INFO] [stderr]     |
[INFO] [stderr] 153 | #[get("/", data = "<data>")]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     = note: this warning originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `data` used with non-payload-supporting method
[INFO] [stderr]    --> src/adapter.rs:162:21
[INFO] [stderr]     |
[INFO] [stderr] 162 | #[get("/<_path..>", data = "<data>")]
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] note: 'GET' does not typically support payloads
[INFO] [stderr]    --> src/adapter.rs:162:3
[INFO] [stderr]     |
[INFO] [stderr] 162 | #[get("/<_path..>", data = "<data>")]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     = note: this warning originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `data` used with non-payload-supporting method
[INFO] [stderr]    --> src/adapter.rs:248:13
[INFO] [stderr]     |
[INFO] [stderr] 248 | #[head("/", data = "<data>")]
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] note: 'HEAD' does not typically support payloads
[INFO] [stderr]    --> src/adapter.rs:248:3
[INFO] [stderr]     |
[INFO] [stderr] 248 | #[head("/", data = "<data>")]
[INFO] [stderr]     |   ^^^^
[INFO] [stderr]     = note: this warning originates in the attribute macro `head` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `data` used with non-payload-supporting method
[INFO] [stderr]    --> src/adapter.rs:257:22
[INFO] [stderr]     |
[INFO] [stderr] 257 | #[head("/<_path..>", data = "<data>")]
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] note: 'HEAD' does not typically support payloads
[INFO] [stderr]    --> src/adapter.rs:257:3
[INFO] [stderr]     |
[INFO] [stderr] 257 | #[head("/<_path..>", data = "<data>")]
[INFO] [stderr]     |   ^^^^
[INFO] [stderr]     = note: this warning originates in the attribute macro `head` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `data` used with non-payload-supporting method
[INFO] [stderr]    --> src/adapter.rs:267:16
[INFO] [stderr]     |
[INFO] [stderr] 267 | #[options("/", data = "<data>")]
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] note: 'OPTIONS' does not typically support payloads
[INFO] [stderr]    --> src/adapter.rs:267:3
[INFO] [stderr]     |
[INFO] [stderr] 267 | #[options("/", data = "<data>")]
[INFO] [stderr]     |   ^^^^^^^
[INFO] [stderr]     = note: this warning originates in the attribute macro `options` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `data` used with non-payload-supporting method
[INFO] [stderr]    --> src/adapter.rs:276:25
[INFO] [stderr]     |
[INFO] [stderr] 276 | #[options("/<_path..>", data = "<data>")]
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] note: 'OPTIONS' does not typically support payloads
[INFO] [stderr]    --> src/adapter.rs:276:3
[INFO] [stderr]     |
[INFO] [stderr] 276 | #[options("/<_path..>", data = "<data>")]
[INFO] [stderr]     |   ^^^^^^^
[INFO] [stderr]     = note: this warning originates in the attribute macro `options` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `rivet-adapter-rocket` (lib) generated 6 warnings
[INFO] [stderr] warning: `rivet-adapter-rocket` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rivet_adapter_rocket-af315f8e815787f7)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test mapping::tests::query_parser_preserves_duplicate_keys_and_order ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/adapter_contract.rs (/opt/rustwide/target/debug/deps/adapter_contract-8bc4b38478a572b6)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test rejects_requests_that_exceed_body_limit ... ok
[INFO] [stdout] test maps_request_and_response_without_changing_dx_contract ... ok
[INFO] [stdout] test maps_dispatch_timeout_to_504 ... ok
[INFO] [stdout] test maps_dispatch_panics_to_500 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests rivet_adapter_rocket
[INFO] [stderr] warning: `data` used with non-payload-supporting method
[INFO] [stderr]    --> src/adapter.rs:153:12
[INFO] [stderr]     |
[INFO] [stderr] 153 | #[get("/", data = "<data>")]
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] note: 'GET' does not typically support payloads
[INFO] [stderr]    --> src/adapter.rs:153:3
[INFO] [stderr]     |
[INFO] [stderr] 153 | #[get("/", data = "<data>")]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     = note: this warning originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `data` used with non-payload-supporting method
[INFO] [stderr]    --> src/adapter.rs:162:21
[INFO] [stderr]     |
[INFO] [stderr] 162 | #[get("/<_path..>", data = "<data>")]
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] note: 'GET' does not typically support payloads
[INFO] [stderr]    --> src/adapter.rs:162:3
[INFO] [stderr]     |
[INFO] [stderr] 162 | #[get("/<_path..>", data = "<data>")]
[INFO] [stderr]     |   ^^^
[INFO] [stderr]     = note: this warning originates in the attribute macro `get` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `data` used with non-payload-supporting method
[INFO] [stderr]    --> src/adapter.rs:248:13
[INFO] [stderr]     |
[INFO] [stderr] 248 | #[head("/", data = "<data>")]
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] note: 'HEAD' does not typically support payloads
[INFO] [stderr]    --> src/adapter.rs:248:3
[INFO] [stderr]     |
[INFO] [stderr] 248 | #[head("/", data = "<data>")]
[INFO] [stderr]     |   ^^^^
[INFO] [stderr]     = note: this warning originates in the attribute macro `head` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `data` used with non-payload-supporting method
[INFO] [stderr]    --> src/adapter.rs:257:22
[INFO] [stderr]     |
[INFO] [stderr] 257 | #[head("/<_path..>", data = "<data>")]
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] note: 'HEAD' does not typically support payloads
[INFO] [stderr]    --> src/adapter.rs:257:3
[INFO] [stderr]     |
[INFO] [stderr] 257 | #[head("/<_path..>", data = "<data>")]
[INFO] [stderr]     |   ^^^^
[INFO] [stderr]     = note: this warning originates in the attribute macro `head` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `data` used with non-payload-supporting method
[INFO] [stderr]    --> src/adapter.rs:267:16
[INFO] [stderr]     |
[INFO] [stderr] 267 | #[options("/", data = "<data>")]
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] note: 'OPTIONS' does not typically support payloads
[INFO] [stderr]    --> src/adapter.rs:267:3
[INFO] [stderr]     |
[INFO] [stderr] 267 | #[options("/", data = "<data>")]
[INFO] [stderr]     |   ^^^^^^^
[INFO] [stderr]     = note: this warning originates in the attribute macro `options` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `data` used with non-payload-supporting method
[INFO] [stderr]    --> src/adapter.rs:276:25
[INFO] [stderr]     |
[INFO] [stderr] 276 | #[options("/<_path..>", data = "<data>")]
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] note: 'OPTIONS' does not typically support payloads
[INFO] [stderr]    --> src/adapter.rs:276:3
[INFO] [stderr]     |
[INFO] [stderr] 276 | #[options("/<_path..>", data = "<data>")]
[INFO] [stderr]     |   ^^^^^^^
[INFO] [stderr]     = note: this warning originates in the attribute macro `options` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: 6 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1903ca780080e2cbae700fcee23cf44b5aea3dbfe8e9bc0fcea526b8feaf33f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1903ca780080e2cbae700fcee23cf44b5aea3dbfe8e9bc0fcea526b8feaf33f7", kill_on_drop: false }`
[INFO] [stdout] 1903ca780080e2cbae700fcee23cf44b5aea3dbfe8e9bc0fcea526b8feaf33f7
